home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / ip < prev    next >
Text File  |  1994-08-09  |  2KB  |  67 lines

  1.  
  2. ip <subcommand>
  3.  
  4.      These commands are used for the Internet Protocol service.
  5.  
  6.  
  7.     ip address [<addr>]
  8.  
  9.      Display or set the default local IP  address.  This  command
  10.      must  be  given before  an  'attach' command if it is to be used
  11.      as the default IP address for the interface.
  12.  
  13.     ip heard
  14.  
  15.      Display the ip-heard list. This shows the recently heard tcp/ip
  16.      systems. See also the 'ip hport' command.
  17.  
  18.  
  19.      
  20.     ip hport [<iface>] [on | OFF]
  21.  
  22.      Display or set the ip-heard facility.  If no argument is given,
  23.      show the interfaces on which ip-heard is currently active. If
  24.      <iface> is given, shows the status of the ip-heard flag for the
  25.      given interface. If <iface> <on|off> is given, it will set the
  26.      flag on or off.   Default is off.
  27.      
  28.      If this flag is on, ip heard frames will be logged in a table.
  29.      This table can be shown with the 'ip heard' command or with the
  30.      nodeshell 'IHeard' command.  Ip-heard logging on ax.25 interfaces
  31.      logs all ip stations heard on the port, even if the system wasn't
  32.      directly involved in the ip activity.  For non-ax.25 interfaces,
  33.      only ip frames that we were actively involved in (i.e. that we
  34.      routed) are logged. (this difference is due to code internals)
  35.      
  36.           ip hport port1 on
  37.  
  38.  
  39.     ip hsize [n]
  40.  
  41.      Display or  set the maximum size of  the Ip heard table. 0 means
  42.      no limit.  Default=8
  43.      
  44.  
  45.     ip rtimer [<seconds>]
  46.  
  47.      Display or set the IP reassembly time-out.  Default = 30 seconds
  48.      
  49.  
  50.     ip status
  51.  
  52.      Display Internet Protocol (IP) statistics, such as total packet
  53.      counts and error counters of various types.
  54.  
  55.     ip ttl [<hops>]
  56.  
  57.      (B)  Display or set the default time-to-live value placed in each
  58.      outgoing IP datagram.  This limits the number of switch hops the
  59.      datagram will be allowed to take.  The idea is to bound the
  60.      lifetime of the packet should it become caught in a routing loop.
  61.      You should make the value slightly larger than the number of hops
  62.      across the network you expect to transit packets.  The default is
  63.      set at compilation time to 255, the official recommended value
  64.      for the Internet.
  65.  
  66.  
  67.